Description
Get the ARender previewer url depending on input.
Operation id | Document.ARenderGetPreviewerUrl |
Category | Document |
Label | Get ARender previewer url |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | blob, blob |
Implementation Information
JSON Definition
{
"id" : "Document.ARenderGetPreviewerUrl",
"label" : "Get ARender previewer url",
"category" : "Document",
"requires" : null,
"description" : "Get the ARender previewer url depending on input.",
"url" : "Document.ARenderGetPreviewerUrl",
"signature" : [ "document", "blob", "documents", "blob" ],
"params" : [ {
"name" : "blobXPath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "file:content" ]
} ]
}